STEP 11: Let's make our sprite complete the sentence!
Everything you want the sprite to say goes INSIDE the .say() parentheses, including the string and variables!
- Type a plus sign + after the variable my_friend.
- Type the string " has an entire outfit that is " after the plus sign +.
- Make sure to include spaces at both ends of the string inside the quotes!
To navigate the page using the TAB key, first press ESC to exit the code editor.